terrain = 16

categories =  {

	pti = {
		color = { 210 210 210 }
	}

	ocean = {
		movement_cost = 1.0
		is_water = yes
		color = { 255 255 255 }
		battle_frontage_mod = 50
	}

	inland_ocean = {
		movement_cost = 1.0
		is_water = yes
		inland_sea = yes
		color = { 0 0 200 }
		battle_frontage_mod = 50
	}

	arctic = {
		movement_cost = 1.0
		local_attrition = 2
		color = { 235 235 235 }
		supply_limit = 500
		battle_frontage_mod = 50
	}

	farmlands = {
		movement_cost = 1.25
		color = { 137 104 165  }
		supply_limit = 3000
		battle_frontage_mod = 50
	}
	
	forest = {
		movement_cost = 2.25
		color = { 91 123 45 }
		supply_limit = 1500
		battle_frontage_mod = 15
	}
	
	hills = {
		movement_cost = 1.66
		color = { 135 70 0 }
		supply_limit = 2000
		battle_frontage_mod = 30
	}

	woods = {
		movement_cost = 1.1
		color = { 165 205 108 }
		supply_limit = 2000
		battle_frontage_mod = 35
	}
	
	mountain = {
		movement_cost = 3.5
		local_attrition = 2
		color = { 117 108 119 }
		supply_limit = 1000
		battle_frontage_mod = 15
	}

	impassable_mountains = {
		color = { 128 128 128 }
		movement_cost = 8.0
		battle_frontage_mod = 10
	}

	steppe = {
		movement_cost = 1.0
		color = { 211 201 184 }
		supply_limit = 2500
		battle_frontage_mod = 60
	}
	
	plains = {
		movement_cost = 1.1
		color = { 241 221 184 }
		supply_limit = 3000
		battle_frontage_mod = 60
	}


	jungle = {
		movement_cost = 3.0
		local_attrition = 2
		color = { 40 180 149 }
		supply_limit = 500
		battle_frontage_mod = 50
	}	
	
	marsh = {
		movement_cost = 2.2
		local_attrition = 1
		color = { 76 112 105 }

		supply_limit = 2000
		battle_frontage_mod = 40
	}
	
	desert = {
		movement_cost = 1.25
		local_attrition = 2
		color = { 220 210 0 }
	
		supply_limit = 1000
		battle_frontage_mod = 50
	}
	
	coastline = {
		movement_cost = 1.1
		color = { 241 221 184 }
		supply_limit = 2000
		battle_frontage_mod = 40
	}	
	
	fort = {
		battle_frontage_mod = 3
	}
	
	breach = {
		battle_frontage_mod = 9
	}
}

text_0	= { type = plains    color = { 	0	 } priority = 	0	 }
text_1	= { type = farmlands color = { 	1	 } priority = 	1	 }
text_2	= { type = plains    color = { 	2	 } priority = 	2	 }
text_3	= { type = desert    color = { 	3	 } priority = 	3	 }

text_4	= { type = hills 	color = { 	4	 } priority = 	4	 }
text_5	= { type = plains  	color = { 	5	 } priority = 	5	 }
text_6	= { type = hills   	color = { 	6	 } priority = 	6	 }
text_7	= { type = mountain color = { 	7	 } priority = 	7	 }

text_8	= { type = hills    color = { 	8	 } priority = 	8	 }
text_9	= { type = mountain color = { 	9	 } priority = 	9	 }
text_10	= { type = mountain color = { 	10	 } priority = 	10	 }
text_11	= { type = mountain color = { 	11	 } priority = 	11	 }

text_12	= { type = marsh 	color = { 	12	 } priority = 	12	 }
text_13	= { type = plains 	color = { 	13	 } priority = 	13	 }
text_14	= { type = coastline color = { 	14	 } priority = 	14	 }
text_15	= { type = plains  	color = { 	15	 } priority = 	15	 }

forest	= { type = forest 	color = { 	16	 } priority = 	16	 }
woods	= { type = woods 	color = { 	17	 } priority = 	17   }

text_16	= { type = inland_ocean  	color = { 	18	 } priority = 	18	 }